| commit | 7ad22dc9253e1434fcf289ab9cfe23067018e0a9 | [log] [tgz] |
|---|---|---|
| author | Junio C Hamano <junio@hera.kernel.org> | Mon Jan 29 02:55:48 2007 |
| committer | Junio C Hamano <junio@hera.kernel.org> | Mon Jan 29 02:55:48 2007 |
| tree | 6217f4d8ca0acb648ef008c1ae5463a82a0dc8f7 | |
| parent | 5a70233d40122ee513dac43224df67ece82e2a0a [diff] [blame] |
Autogenerated HTML docs for v1.5.0-rc2-72-gdf391
diff --git a/git-pack-redundant.txt b/git-pack-redundant.txt index be2c64e..94bbea0 100644 --- a/git-pack-redundant.txt +++ b/git-pack-redundant.txt
@@ -21,7 +21,7 @@ following command useful when wanting to remove packs which contain unreachable objects. -git-fsck-objects --full --unreachable | cut -d ' ' -f3 | \ +git-fsck --full --unreachable | cut -d ' ' -f3 | \ git-pack-redundant --all | xargs rm OPTIONS